This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Hank Nimjipygennivu 4.Dec.03 05:29 PM a Web browser Domino Designer6.0.2Windows XP
I'm missing something and it's driving me nuts.
I have two names fields. Both of them are chosen through the NAB picker, so they result in hierarchical internal names.
I want to send an email to both of them, referencing them both in the To: field, but I can't seem to get the code right so the @MailSend thinks I'm sending to two different names.
How do I get two fields together into one To: field so the @MailSend will work.
I've tried @Explode and @Implode, Just putting them together (@MailSend(user1 + "; " + user2;....), I've converted them all to text. I'm running out of options and I know it's gotta be easy. My mind is just not on the right track and I'm going nowhere fast.